Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update all packages for all templates #44

Merged
merged 3 commits into from
Jan 27, 2024
Merged

chore: update all packages for all templates #44

merged 3 commits into from
Jan 27, 2024

Conversation

samdoghor
Copy link
Owner

chore: update all packages for all templates

Documentation

  • Changed myte start project to create-myte

Features

Create 200 Status API to confirm template-flask-restful-api-robust running status

  •   def status_200():
          """  """
          return jsonify({
              "Message": "Welcome to Myte API",
              "Status Code": 200,
          }), 200```
    
    
  •   def home():
          """  """
          return jsonify({
              "Message": "Welcome to Myte API",
              "Status Code": 200,
          }), 200```
    
    

Chore

  • Updated dependencies on all templates

@samdoghor samdoghor merged commit bf3af4c into main Jan 27, 2024
2 checks passed
@ghost
Copy link

ghost commented Jan 27, 2024

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant